home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / cmenu24.zip / README < prev    next >
Text File  |  1991-06-02  |  1KB  |  36 lines

  1. The CMenu system must reside in a directory called MENU. If you currently
  2. have a directory called this, just unzip the QuicMenu software to this directory
  3. (see below).  If this directory does not exist, you can create one with this
  4. command:
  5.  
  6.     CD \
  7.     MD MENU
  8.  
  9. This will create the MENU directory. You can now unzip the software to this
  10. directory by using the command:
  11.  
  12.     CD \MENU
  13.     PKUNZIP a:QMENU
  14.  
  15. There will also be a file called MENU.BAT that MUST remain in the MENU directory.
  16. Place the command \MENU\MENU.BAT at the end of your AUTOEXEC.BAT file to execute
  17. the menu at startup time. You MUST also place the MENU directory in your PATH
  18. statement. If you do this, the menu can then be started from anywhere in the
  19. directory structure by entering MENU.
  20.  
  21. The QMENUPRT.SET file can be used to setup your printer to allow printing of the
  22. special graphics characters. To execute it, just enter the following line:
  23.  
  24.    TYPE QMENUPRT.SET > LPT1
  25.  
  26. This will send the printer codes to the printer.
  27.  
  28. To print the manual, execute the following line:
  29.  
  30.    TYPE QMENUMAN.TXT > LPT1
  31.  
  32. To print the menu overview, execute the following line:
  33.  
  34.    TYPE QMENUOVR.TXT > LPT1
  35.  
  36.